Queue.get

Gets the front item (FIFO) of the queue

struct Queue(T)
T
get
()

Return Value

Type: T

The first item in queue

Meta